home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / newkey54.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1988-11-09  |  526b  |  23 lines

  1. cls
  2. echo off
  3. if exist demo.key goto loaddem
  4. Echo  Unable to find demo.key
  5. goto exit
  6. :loaddem
  7. newkey /16000
  8. if not errorlevel 1 goto not1
  9. Echo  Newkey already loaded, Execution terminated
  10. goto exit
  11. :not1
  12. if not errorlevel 2 goto not2
  13. Echo  Not enough memory to load
  14. goto exit
  15. :not2
  16. newkeysp demo.key/l
  17. Echo    Check to make sure that the previous commands
  18. Echo    have executed successfully.  If not, correct the
  19. Echo    problem and reenter 'demo'.
  20. Echo     
  21. Echo    Press ALT F1 to start the tour.
  22. :exit
  23.